home *** CD-ROM | disk | FTP | other *** search
/ Yellows - Privacy (Deluxe) / Akira Gomi Photographs - Yellows: Privacy (Deluxe) - Disc 1.iso / footage / 02.dxr / 00043.ls < prev    next >
Encoding:
Text File  |  1996-07-10  |  418 b   |  17 lines

  1. on exitFrame
  2.   global mainpictlist
  3.   if rollOver(11) or rollOver(12) then
  4.     go(the name of cast the mouseCast)
  5.   else
  6.     if (the mouseCast = 61) or rollOver(38) then
  7.       go(the frame)
  8.     else
  9.       if (the mouseCast < 81) or (the mouseCast > 83) then
  10.         cursor(-1)
  11.         set the member of sprite 8 to member getAt(mainpictlist, 2) of castLib "S02"
  12.         go("start")
  13.       end if
  14.     end if
  15.   end if
  16. end
  17.